home *** CD-ROM | disk | FTP | other *** search
/ Turnbull China Bikeride / Turnbull China Bikeride - Disc 1.iso / ARGONET / PD / PROGRAMMING / LCLINT-D.SPK / lclint / guide / fig21-out < prev    next >
Text File  |  1996-08-26  |  796b  |  18 lines

  1. LCLint 2.2 --- 25 Aug 96
  2.  
  3. noeffect.c: (in function noeffect)
  4. <A HREF="noeffect.c.html#line6" target="source">noeffect.c:6,3</A>: Statement has no effect: y == *x
  5.   Statement has no visible effect --- no values are
  6.   modified. (-noeffect will suppress message)
  7. <A HREF="noeffect.c.html#line7" target="source">noeffect.c:7,3</A>: Statement has no effect: nomodcall(x)
  8. <A HREF="noeffect.c.html#line8" target="source">noeffect.c:8,3</A>: Statement has no effect (possible
  9.     undected modification through call to
  10.     unconstrained function mysterycall):
  11.     mysterycall(x)
  12.   Statement has no visible effect --- no values are
  13.   modified. It may modify something through a call to
  14.   an unconstrained function. (-noeffectuncon will
  15.   suppress message)
  16.  
  17. Finished LCLint checking --- 3 code errors found
  18.